Resource StructureDefinition/FHIR Server from package basisprofil.de#0.2.40 (219 ms)
Package | basisprofil.de |
Type | StructureDefinition |
Id | Id |
FHIR Version | R3 |
Source | https://simplifier.net/resolve?scope=basisprofil.de@0.2.40&canonical=http://fhir.de/StructureDefinition/address-de-basis/0.2 |
Url | http://fhir.de/StructureDefinition/address-de-basis/0.2 |
Version | 0.2.4 |
Status | draft |
Date | 2018-11-06 |
Name | address-de-basis-0.2 |
Title | Adresse, deutsches Basisprofil (Version 0.2) |
Experimental | True |
Authority | hl7 |
Description | Erweiterung des Komplexen Datentyps Address zur Verwendung im Kontext der Deutschen Basis-Profile |
Purpose | Einige Systeme und Standards in Deutschland erfordern die separate Erfassung von Straße und Hausnummer.
Die Erweiterung des Datentyps Address fügt hierfür die entsprechenden ISO-Extensions hinzu.
Ob deren Verwendung in einem konkreten Kontext verpflichtend ist, muss in den abgeleiteten Profilen festgelegt werden. |
Copyright | HL7 Deutschland e.V. |
Type | Address |
Kind | complex-type |
Resources that use this resource
Resources that this resource uses
Source
{
"resourceType" : "StructureDefinition",
"meta" : {
"lastUpdated" : "2017-12-05T18:57:04.234+01:00"
},
"url" : "http://fhir.de/StructureDefinition/address-de-basis/0.2",
"version" : "0.2.4",
"name" : "address-de-basis-0.2",
"title" : "Adresse, deutsches Basisprofil (Version 0.2)",
"status" : "draft",
"experimental" : true,
"date" : "2018-11-06",
"publisher" : "HL7 Deutschland e.V. (Technisches Komitee FHIR)",
"contact" : [
{
"telecom" : [
{
"system" : "other",
"value" : "http://hl7.de/technische-komitees/fhir/"
}
]
}
],
"description" : "Erweiterung des Komplexen Datentyps Address zur Verwendung im Kontext der Deutschen Basis-Profile",
"purpose" : "Einige Systeme und Standards in Deutschland erfordern die separate Erfassung von StraÃe und Hausnummer.\r\nDie Erweiterung des Datentyps Address fügt hierfür die entsprechenden ISO-Extensions hinzu.\r\nOb deren Verwendung in einem konkreten Kontext verpflichtend ist, muss in den abgeleiteten Profilen festgelegt werden.",
"copyright" : "HL7 Deutschland e.V.",
"fhirVersion" : "3.0.1",
"mapping" : [
{
"identity" : "KVDT",
"name" : "KVDT Mapping"
},
{
"identity" : "BDT",
"name" : "BDT Mapping"
}
],
"kind" : "complex-type",
"abstract" : false,
"type" : "Address",
"baseDefinition" : "http://hl7.org/fhir/StructureDefinition/Address",
"derivation" : "constraint",
"snapshot" : {
"element" : [
{
"id" : "Address",
"path" : "Address",
"short" : "Eine Adresse gemäà postalischer Konventionen",
"definition" : "Eine Adresse gemäà postalischer Konventionen (im Gegensatz zu bspw. GPS-Koordinaten). Die Adresse kann sowohl zur Zustellung von Postsendungen oder zum Aufsuchen von Orten, die keine gültige Postadresse haben, verwendet werden.\r\n\r\nDie verwendeten Extensions in diesem Profil bilden die Struktur der Adresse ab, wie sie im VSDM-Format der elektronischen Versichertenkarte verwendet wird.\r\n\r\nInsbesondere bei ausländischen Adresse oder Adressen, die nicht durch Einlesen einer elektronischen Versichertenkarte erfasst wurden, sind abweichende Strukturen möglich. Die Verwendung der Extensions ist nicht verpflichtend.",
"comment" : "Note: address is for postal addresses, not physical locations.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Element",
"min" : 0,
"max" : "*"
},
"example" : [
{
"label" : "Beispiel für einfache Adresse",
"valueAddress" : {
"use" : "home",
"type" : "postal",
"line" : [
"Musterweg 42"
],
"city" : "Musterhausen",
"postalCode" : "99999"
}
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
},
{
"key" : "add-1",
"severity" : "error",
"human" : "Wenn die Extension 'Hausnummer' verwendet wird, muss auch Address.line gefüllt werden",
"expression" : "line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber').empty() or $this.hasValue())"
},
{
"key" : "add-2",
"severity" : "error",
"human" : "Wenn die Extension 'Strasse' verwendet wird, muss auch Address.line gefüllt werden",
"expression" : "line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName').empty() or $this.hasValue())"
},
{
"key" : "add-3",
"severity" : "error",
"human" : "Wenn die Extension 'Postfach' verwendet wird, muss auch Address.line gefüllt werden",
"expression" : "line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty() or $this.hasValue())"
},
{
"key" : "add-4",
"severity" : "warning",
"human" : "Eine Postfach-Adresse darf nicht vom Type \"physical\" oder \"both\" sein.",
"expression" : "line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty() or $this.hasValue()) or type='postal' or type.empty()"
},
{
"key" : "add-5",
"severity" : "error",
"human" : "Wenn die Extension 'Adresszusatz' verwendet wird, muss auch Address.line gefüllt werden",
"expression" : "line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator').empty() or $this.hasValue())"
},
{
"key" : "add-6",
"severity" : "warning",
"human" : "Wenn die Extension 'Postfach' verwendet wird, dürfen die Extensions 'Strasse' und 'Hausnummer' nicht verwendet werden",
"expression" : "line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty() or ($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName').empty() and $this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber').empty()))"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "v2",
"map" : "XAD"
},
{
"identity" : "rim",
"map" : "AD"
},
{
"identity" : "servd",
"map" : "Address"
}
]
},
{
"id" : "Address.id",
"path" : "Address.id",
"representation" : [
"xmlAttr"
],
"short" : "xml:id (or equivalent in JSON)",
"definition" : "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"comment" : "Note that FHIR strings may not exceed 1MB in size",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.id",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
}
]
},
{
"id" : "Address.extension",
"path" : "Address.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"description" : "Extensions are always sliced by (at least) url",
"rules" : "open"
},
"short" : "Additional Content defined by implementations",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : [
"extensions",
"user content"
],
"min" : 0,
"max" : "*",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension"
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "rim",
"map" : "N/A"
}
]
},
{
"id" : "Address.use",
"path" : "Address.use",
"short" : "home | work | temp | old - purpose of this address",
"definition" : "The purpose of this address.",
"comment" : "This is labeled as \"Is Modifier\" because applications should not mistake a temporary or old address etc.for a current/permanent one. Applications can assume that an address is current unless it explicitly says that it is temporary or old.",
"requirements" : "Allows an appropriate address to be chosen from a list of many.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Address.use",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "code"
}
],
"example" : [
{
"label" : "General",
"valueCode" : "home"
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
}
],
"isModifier" : true,
"isSummary" : true,
"binding" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "AddressUse"
}
],
"strength" : "required",
"description" : "The use of an address",
"valueSetReference" : {
"reference" : "http://hl7.org/fhir/ValueSet/address-use"
}
},
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "v2",
"map" : "XAD.7"
},
{
"identity" : "rim",
"map" : "unique(./use)"
},
{
"identity" : "servd",
"map" : "./AddressPurpose"
}
]
},
{
"id" : "Address.type",
"path" : "Address.type",
"short" : "postal | physical | both",
"definition" : "Distinguishes between physical addresses (those you can visit) and mailing addresses (e.g. PO Boxes and care-of addresses). Most addresses are both.",
"comment" : "Note that FHIR strings may not exceed 1MB in size",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Address.type",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "code"
}
],
"example" : [
{
"label" : "General",
"valueCode" : "both"
}
],
"condition" : [
"ele-1",
"add-4"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
}
],
"isSummary" : true,
"binding" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/elementdefinition-bindingName",
"valueString" : "AddressType"
}
],
"strength" : "required",
"description" : "The type of an address (physical / postal)",
"valueSetReference" : {
"reference" : "http://hl7.org/fhir/ValueSet/address-type"
}
},
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "v2",
"map" : "XAD.18"
},
{
"identity" : "rim",
"map" : "unique(./use)"
},
{
"identity" : "vcard",
"map" : "address type parameter"
},
{
"identity" : "BDT",
"map" : "1202 (1=physical, 2=postal)"
}
]
},
{
"id" : "Address.text",
"path" : "Address.text",
"short" : "Text representation of the address",
"definition" : "A full text representation of the address.",
"comment" : "Can provide both a text representation and parts.",
"requirements" : "A renderable, unencoded form.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Address.text",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
],
"example" : [
{
"label" : "General",
"valueString" : "137 Nowhere Street, Erewhon 9132"
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
}
],
"isSummary" : true,
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "v2",
"map" : "XAD.1 + XAD.2 + XAD.3 + XAD.4 + XAD.5 + XAD.6"
},
{
"identity" : "rim",
"map" : "./formatted"
},
{
"identity" : "vcard",
"map" : "address label parameter"
}
]
},
{
"id" : "Address.line",
"path" : "Address.line",
"short" : "StraÃenname mit Hausnummer oder Postfach sowie weitere Angaben zur Zustellung",
"definition" : "Diese Komponente kann StraÃennamen, Hausnummer, Appartmentnummer, Postfach, c/o sowie weitere Zustellungshinweise enthalten. Die Informationen können in mehrere line-Komponenten aufgeteilt werden.\r\nBei Verwendung der Extensions, um StraÃe, Hausnnummer und Postleitzahl strukturiert zu übermitteln, müssen diese Informationen stets vollständig auch in der line-Komponente, die sie erweitern, enthalten sein, um es Systemen, die diese Extensions nicht verwenden zu ermöglichen, auf diese Informationen zugreifen zu können.",
"comment" : "Note that FHIR strings may not exceed 1MB in size",
"requirements" : "home | work | temp | old - purpose of this address.",
"min" : 0,
"max" : "*",
"base" : {
"path" : "Address.line",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "string"
}
],
"orderMeaning" : "The order in which lines should appear in an address label",
"example" : [
{
"label" : "General",
"valueString" : "137 Nowhere Street"
},
{
"label" : "Beipiel für Adresszeile mit Extensions für StraÃe und Hausnummer",
"valueString" : "Musterweg 42",
"_valueString" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString" : "Musterweg 42"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString" : "42"
}
]
}
}
],
"condition" : [
"ele-1",
"add-1",
"add-2",
"add-3",
"add-4",
"add-5",
"add-6"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
}
],
"isSummary" : true,
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "v2",
"map" : "XAD.1 + XAD.2 (note: XAD.1 and XAD.2 have different meanings for a company address than for a person address)"
},
{
"identity" : "rim",
"map" : "AD.part[parttype = AL]"
},
{
"identity" : "vcard",
"map" : "street"
},
{
"identity" : "servd",
"map" : "./StreetAddress (newline delimitted)"
},
{
"identity" : "KVDT",
"map" : "3107 + 3109 + 3115 oder 3123"
},
{
"identity" : "BDT",
"map" : "3107 + 3109 + 3115 oder 3123"
}
]
},
{
"id" : "Address.line.id",
"path" : "Address.line.id",
"representation" : [
"xmlAttr"
],
"short" : "xml:id (or equivalent in JSON)",
"definition" : "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"comment" : "Note that FHIR strings may not exceed 1MB in size",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.id",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
}
]
},
{
"id" : "Address.line.extension",
"path" : "Address.line.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"description" : "Extensions are always sliced by (at least) url",
"rules" : "open"
},
"short" : "Additional Content defined by implementations",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : [
"extensions",
"user content"
],
"min" : 0,
"max" : "*",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension"
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "rim",
"map" : "N/A"
}
]
},
{
"id" : "Address.line.extension:Strasse",
"path" : "Address.line.extension",
"sliceName" : "Strasse",
"short" : "Strassenname (ohne Hausnummer)",
"definition" : "Strassenname (ohne Hausnummer)\r\nBei Angabe einer Strasse in dieser Extension muss diese auch in Address.line angegeben werden um die Interoperabilität mit Systemen zu gewährleisten, die diese Extension nicht verwenden.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : [
"extensions",
"user content"
],
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension",
"profile" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"
}
],
"condition" : [
"ele-1",
"add-2",
"add-6"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "rim",
"map" : "N/A"
},
{
"identity" : "rim",
"map" : "ADXP[partType=STR]"
},
{
"identity" : "KVDT",
"map" : "3107"
},
{
"identity" : "BDT",
"map" : "3107"
}
]
},
{
"id" : "Address.line.extension:Strasse.id",
"path" : "Address.line.extension.id",
"representation" : [
"xmlAttr"
],
"short" : "xml:id (or equivalent in JSON)",
"definition" : "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"comment" : "Note that FHIR strings may not exceed 1MB in size",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.id",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
}
]
},
{
"id" : "Address.line.extension:Strasse.extension",
"path" : "Address.line.extension.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"description" : "Extensions are always sliced by (at least) url",
"rules" : "open"
},
"short" : "Additional Content defined by implementations",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : [
"extensions",
"user content"
],
"min" : 0,
"max" : "0",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension"
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "rim",
"map" : "N/A"
}
]
},
{
"id" : "Address.line.extension:Strasse.url",
"path" : "Address.line.extension.url",
"representation" : [
"xmlAttr"
],
"short" : "identifies the meaning of the extension",
"definition" : "Source of the definition for the extension code - a logical name or a URL.",
"comment" : "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "Extension.url",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "uri"
}
],
"fixedUri" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "rim",
"map" : "N/A"
}
]
},
{
"id" : "Address.line.extension:Strasse.valueString:valueString",
"path" : "Address.line.extension.valueString",
"sliceName" : "valueString",
"short" : "Value of extension",
"definition" : "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
"comment" : "A stream of bytes, base64 encoded",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Extension.value[x]",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "rim",
"map" : "N/A"
}
]
},
{
"id" : "Address.line.extension:Hausnummer",
"path" : "Address.line.extension",
"sliceName" : "Hausnummer",
"short" : "Hausnummer",
"definition" : "Hausnummer, sowie Zusätze (Appartmentnummer, Etage...)\r\nBei Angabe einer Hausnummer in dieser Extension muss diese auch in Address.line angegeben werden um die Interoperabilität mit Systemen zu gewährleisten, die diese Extension nicht verwenden.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : [
"extensions",
"user content"
],
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension",
"profile" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"
}
],
"condition" : [
"ele-1",
"add-1",
"add-6"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "rim",
"map" : "N/A"
},
{
"identity" : "rim",
"map" : "ADXP[partType=BNR]"
},
{
"identity" : "KVDT",
"map" : "3109"
},
{
"identity" : "BDT",
"map" : "3109"
}
]
},
{
"id" : "Address.line.extension:Hausnummer.id",
"path" : "Address.line.extension.id",
"representation" : [
"xmlAttr"
],
"short" : "xml:id (or equivalent in JSON)",
"definition" : "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"comment" : "Note that FHIR strings may not exceed 1MB in size",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.id",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
}
]
},
{
"id" : "Address.line.extension:Hausnummer.extension",
"path" : "Address.line.extension.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"description" : "Extensions are always sliced by (at least) url",
"rules" : "open"
},
"short" : "Additional Content defined by implementations",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : [
"extensions",
"user content"
],
"min" : 0,
"max" : "0",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension"
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "rim",
"map" : "N/A"
}
]
},
{
"id" : "Address.line.extension:Hausnummer.url",
"path" : "Address.line.extension.url",
"representation" : [
"xmlAttr"
],
"short" : "identifies the meaning of the extension",
"definition" : "Source of the definition for the extension code - a logical name or a URL.",
"comment" : "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "Extension.url",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "uri"
}
],
"fixedUri" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "rim",
"map" : "N/A"
}
]
},
{
"id" : "Address.line.extension:Hausnummer.valueString:valueString",
"path" : "Address.line.extension.valueString",
"sliceName" : "valueString",
"short" : "Value of extension",
"definition" : "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
"comment" : "A stream of bytes, base64 encoded",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Extension.value[x]",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "rim",
"map" : "N/A"
}
]
},
{
"id" : "Address.line.extension:Adresszusatz",
"path" : "Address.line.extension",
"sliceName" : "Adresszusatz",
"short" : "Adresszusatz",
"definition" : "Zusätzliche Informationen, wie z.B. \"3. Etage\", \"Appartment C\"\r\nBei Angabe einer Zusatzinformation in dieser Extension muss diese auch in Address.line angegeben werden um die Interoperabilität mit Systemen zu gewährleisten, die diese Extension nicht verwenden.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : [
"extensions",
"user content"
],
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension",
"profile" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator"
}
],
"condition" : [
"ele-1",
"add-5"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "rim",
"map" : "N/A"
},
{
"identity" : "rim",
"map" : "ADXP[partType=ADL]"
},
{
"identity" : "KVDT",
"map" : "3115"
},
{
"identity" : "BDT",
"map" : "3115"
}
]
},
{
"id" : "Address.line.extension:Adresszusatz.id",
"path" : "Address.line.extension.id",
"representation" : [
"xmlAttr"
],
"short" : "xml:id (or equivalent in JSON)",
"definition" : "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"comment" : "Note that FHIR strings may not exceed 1MB in size",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.id",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
}
]
},
{
"id" : "Address.line.extension:Adresszusatz.extension",
"path" : "Address.line.extension.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"description" : "Extensions are always sliced by (at least) url",
"rules" : "open"
},
"short" : "Additional Content defined by implementations",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : [
"extensions",
"user content"
],
"min" : 0,
"max" : "0",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension"
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "rim",
"map" : "N/A"
}
]
},
{
"id" : "Address.line.extension:Adresszusatz.url",
"path" : "Address.line.extension.url",
"representation" : [
"xmlAttr"
],
"short" : "identifies the meaning of the extension",
"definition" : "Source of the definition for the extension code - a logical name or a URL.",
"comment" : "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "Extension.url",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "uri"
}
],
"fixedUri" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator",
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "rim",
"map" : "N/A"
}
]
},
{
"id" : "Address.line.extension:Adresszusatz.valueString:valueString",
"path" : "Address.line.extension.valueString",
"sliceName" : "valueString",
"short" : "Value of extension",
"definition" : "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
"comment" : "A stream of bytes, base64 encoded",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Extension.value[x]",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "rim",
"map" : "N/A"
}
]
},
{
"id" : "Address.line.extension:Postfach",
"path" : "Address.line.extension",
"sliceName" : "Postfach",
"short" : "Postfach",
"definition" : "Postfach-Adresse.\r\nBei Angabe eines Postfaches in dieser Extension muss das Postfach auch in Address.line angegeben werden um die Interoperabilität mit Systemen zu gewährleisten, die diese Extension nicht verwenden.\r\nEine Postfach-Adresse darf nicht in Verbindung mit Address.type \"physical\" oder \"both\" verwendet werden.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : [
"extensions",
"user content"
],
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension",
"profile" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox"
}
],
"condition" : [
"ele-1",
"add-3",
"add-4",
"add-6"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "rim",
"map" : "N/A"
},
{
"identity" : "rim",
"map" : "ADXP[partType=POB]"
},
{
"identity" : "KVDT",
"map" : "3123"
},
{
"identity" : "BDT",
"map" : "3123"
}
]
},
{
"id" : "Address.line.extension:Postfach.id",
"path" : "Address.line.extension.id",
"representation" : [
"xmlAttr"
],
"short" : "xml:id (or equivalent in JSON)",
"definition" : "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"comment" : "Note that FHIR strings may not exceed 1MB in size",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.id",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
}
]
},
{
"id" : "Address.line.extension:Postfach.extension",
"path" : "Address.line.extension.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"description" : "Extensions are always sliced by (at least) url",
"rules" : "open"
},
"short" : "Additional Content defined by implementations",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : [
"extensions",
"user content"
],
"min" : 0,
"max" : "0",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension"
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "rim",
"map" : "N/A"
}
]
},
{
"id" : "Address.line.extension:Postfach.url",
"path" : "Address.line.extension.url",
"representation" : [
"xmlAttr"
],
"short" : "identifies the meaning of the extension",
"definition" : "Source of the definition for the extension code - a logical name or a URL.",
"comment" : "The definition may point directly to a computable or human-readable definition of the extensibility codes, or it may be a logical URI as declared in some other specification. The definition SHALL be a URI for the Structure Definition defining the extension.",
"min" : 1,
"max" : "1",
"base" : {
"path" : "Extension.url",
"min" : 1,
"max" : "1"
},
"type" : [
{
"code" : "uri"
}
],
"fixedUri" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox",
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "rim",
"map" : "N/A"
}
]
},
{
"id" : "Address.line.extension:Postfach.valueString:valueString",
"path" : "Address.line.extension.valueString",
"sliceName" : "valueString",
"short" : "Value of extension",
"definition" : "Value of extension - may be a resource or one of a constrained set of the data types (see Extensibility in the spec for list).",
"comment" : "A stream of bytes, base64 encoded",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Extension.value[x]",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "rim",
"map" : "N/A"
}
]
},
{
"id" : "Address.line.value",
"path" : "Address.line.value",
"representation" : [
"xmlAttr"
],
"short" : "Primitive value for string",
"definition" : "Primitive value for string",
"min" : 0,
"max" : "1",
"base" : {
"path" : "string.value",
"min" : 0,
"max" : "1"
},
"type" : [
{
"_code" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-json-type",
"valueString" : "string"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-xml-type",
"valueString" : "xsd:string"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/structuredefinition-rdf-type",
"valueString" : "xsd:string"
}
]
}
}
],
"maxLength" : 1048576
},
{
"id" : "Address.city",
"path" : "Address.city",
"short" : "Name of city, town etc.",
"definition" : "The name of the city, town, village or other community or delivery center.",
"comment" : "Note that FHIR strings may not exceed 1MB in size",
"alias" : [
"Municpality"
],
"min" : 0,
"max" : "1",
"base" : {
"path" : "Address.city",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
],
"example" : [
{
"label" : "General",
"valueString" : "Erewhon"
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
}
],
"isSummary" : true,
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "v2",
"map" : "XAD.3"
},
{
"identity" : "rim",
"map" : "AD.part[parttype = CTY]"
},
{
"identity" : "vcard",
"map" : "locality"
},
{
"identity" : "servd",
"map" : "./Jurisdiction"
},
{
"identity" : "BDT",
"map" : "3113 oder 3122 (Postfach)"
},
{
"identity" : "KVDT",
"map" : "3113 oder 3122 (Postfach)"
}
]
},
{
"id" : "Address.district",
"path" : "Address.district",
"short" : "District name (aka county)",
"definition" : "The name of the administrative area (county).",
"comment" : "District is sometimes known as county, but in some regions 'county' is used in place of city (municipality), so county name should be conveyed in city instead.",
"alias" : [
"County"
],
"min" : 0,
"max" : "0",
"base" : {
"path" : "Address.district",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
],
"example" : [
{
"label" : "General",
"valueString" : "Madison"
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
}
],
"isSummary" : true,
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "v2",
"map" : "XAD.9"
},
{
"identity" : "rim",
"map" : "AD.part[parttype = CNT | CPA]"
}
]
},
{
"id" : "Address.state",
"path" : "Address.state",
"short" : "Bundesland",
"definition" : "Name (oder Kürzel) des Bundeslandes.",
"comment" : "Note that FHIR strings may not exceed 1MB in size",
"alias" : [
"Province",
"Territory"
],
"min" : 0,
"max" : "1",
"base" : {
"path" : "Address.state",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
}
],
"isSummary" : true,
"binding" : {
"strength" : "preferred",
"valueSetUri" : "http://fhir.de/ValueSet/iso/bundeslaender"
},
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "v2",
"map" : "XAD.4"
},
{
"identity" : "rim",
"map" : "AD.part[parttype = STA]"
},
{
"identity" : "vcard",
"map" : "region"
},
{
"identity" : "servd",
"map" : "./Region"
}
]
},
{
"id" : "Address.postalCode",
"path" : "Address.postalCode",
"short" : "Postleitzahl",
"definition" : "Postleitzahl gemäà der im jeweiligen Land gültigen Konventionen",
"comment" : "Note that FHIR strings may not exceed 1MB in size",
"alias" : [
"Zip"
],
"min" : 0,
"max" : "1",
"base" : {
"path" : "Address.postalCode",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
],
"example" : [
{
"label" : "General",
"valueString" : "9132"
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
}
],
"isSummary" : true,
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "v2",
"map" : "XAD.5"
},
{
"identity" : "rim",
"map" : "AD.part[parttype = ZIP]"
},
{
"identity" : "vcard",
"map" : "code"
},
{
"identity" : "servd",
"map" : "./PostalIdentificationCode"
},
{
"identity" : "BDT",
"map" : "3112 oder 3121 (Postfach)"
},
{
"identity" : "KVDT",
"map" : "3112 oder 3121 (Postfach)"
}
]
},
{
"id" : "Address.country",
"path" : "Address.country",
"short" : "Staat",
"definition" : "Staat (vorzugsweise als 2-Stelliger ISO-Ländercode).\r\nEs obliegt abgeleiteten Profilen, hier die Verwendung der ISO-Ländercodes verbindlich vorzuschreiben",
"comment" : "ISO 3166 3 letter codes can be used in place of a full country name.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Address.country",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
}
],
"isSummary" : true,
"binding" : {
"strength" : "preferred",
"valueSetUri" : "http://hl7.org/fhir/ValueSet/jurisdiction"
},
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "v2",
"map" : "XAD.6"
},
{
"identity" : "rim",
"map" : "AD.part[parttype = CNT]"
},
{
"identity" : "vcard",
"map" : "country"
},
{
"identity" : "servd",
"map" : "./Country"
},
{
"identity" : "BDT",
"map" : "3114 oder 3124 (Postfach), abweichendes CodeSystem"
},
{
"identity" : "KVDT",
"map" : "3114 oder 3124 (Postfach), abweichendes CodeSystem"
}
]
},
{
"id" : "Address.period",
"path" : "Address.period",
"short" : "Time period when address was/is in use",
"definition" : "Time period when address was/is in use.",
"comment" : "This is not a duration - that's a measure of time (a separate type), but a duration that occurs at a fixed value of time. A Period specifies a range of time; the context of use will specify whether the entire range applies (e.g. \"the patient was an inpatient of the hospital for this time range\") or one value from the range applies (e.g. \"give to the patient between these two times\"). If duration is required, specify the type as Interval|Duration.",
"requirements" : "Allows addresses to be placed in historical context.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Address.period",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "Period"
}
],
"example" : [
{
"label" : "General",
"valuePeriod" : {
"start" : "2010-03-23",
"end" : "2010-07-01"
}
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
},
{
"key" : "per-1",
"severity" : "error",
"human" : "If present, start SHALL have a lower value than end",
"expression" : "start.empty() or end.empty() or (start <= end)",
"xpath" : "not(exists(f:start)) or not(exists(f:end)) or (f:start/@value <= f:end/@value)"
}
],
"isSummary" : true,
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "v2",
"map" : "DR"
},
{
"identity" : "rim",
"map" : "IVL<TS>[lowClosed=\"true\" and highClosed=\"true\"] or URG<TS>[lowClosed=\"true\" and highClosed=\"true\"]"
},
{
"identity" : "v2",
"map" : "XAD.12 / XAD.13 + XAD.14"
},
{
"identity" : "rim",
"map" : "./usablePeriod[type=\"IVL<TS>\"]"
},
{
"identity" : "servd",
"map" : "./StartDate and ./EndDate"
}
]
},
{
"id" : "Address.period.id",
"path" : "Address.period.id",
"representation" : [
"xmlAttr"
],
"short" : "xml:id (or equivalent in JSON)",
"definition" : "unique id for the element within a resource (for internal references). This may be any string value that does not contain spaces.",
"comment" : "Note that FHIR strings may not exceed 1MB in size",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Element.id",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "string"
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
}
]
},
{
"id" : "Address.period.extension",
"path" : "Address.period.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"description" : "Extensions are always sliced by (at least) url",
"rules" : "open"
},
"short" : "Additional Content defined by implementations",
"definition" : "May be used to represent additional information that is not part of the basic definition of the element. In order to make the use of extensions safe and manageable, there is a strict set of governance applied to the definition and use of extensions. Though any implementer is allowed to define an extension, there is a set of requirements that SHALL be met as part of the definition of the extension.",
"comment" : "There can be no stigma associated with the use of extensions by any application, project, or standard - regardless of the institution or jurisdiction that uses or defines the extensions. The use of extensions is what allows the FHIR specification to retain a core level of simplicity for everyone.",
"alias" : [
"extensions",
"user content"
],
"min" : 0,
"max" : "*",
"base" : {
"path" : "Element.extension",
"min" : 0,
"max" : "*"
},
"type" : [
{
"code" : "Extension"
}
],
"condition" : [
"ele-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
},
{
"key" : "ext-1",
"severity" : "error",
"human" : "Must have either extensions or value[x], not both",
"expression" : "extension.exists() != value.exists()",
"xpath" : "exists(f:extension)!=exists(f:*[starts-with(local-name(.), 'value')])"
}
],
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "rim",
"map" : "N/A"
}
]
},
{
"id" : "Address.period.start",
"path" : "Address.period.start",
"short" : "Starting time with inclusive boundary",
"definition" : "The start of the period. The boundary is inclusive.",
"comment" : "If the low element is missing, the meaning is that the low boundary is not known.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Period.start",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "dateTime"
}
],
"condition" : [
"ele-1",
"per-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
}
],
"isSummary" : true,
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "v2",
"map" : "DR.1"
},
{
"identity" : "rim",
"map" : "./low"
},
{
"identity" : "BDT",
"map" : "8226"
}
]
},
{
"id" : "Address.period.end",
"path" : "Address.period.end",
"short" : "End time with inclusive boundary, if not ongoing",
"definition" : "The end of the period. If the end of the period is missing, it means that the period is ongoing. The start may be in the past, and the end date in the future, which means that period is expected/planned to end at that time.",
"comment" : "The high value includes any matching date/time. i.e. 2012-02-03T10:00:00 is in a period that has a end value of 2012-02-03.",
"min" : 0,
"max" : "1",
"base" : {
"path" : "Period.end",
"min" : 0,
"max" : "1"
},
"type" : [
{
"code" : "dateTime"
}
],
"meaningWhenMissing" : "If the end of the period is missing, it means that the period is ongoing",
"condition" : [
"ele-1",
"per-1"
],
"constraint" : [
{
"key" : "ele-1",
"severity" : "error",
"human" : "All FHIR elements must have a @value or children",
"expression" : "hasValue() | (children().count() > id.count())",
"xpath" : "@value|f:*|h:div"
}
],
"isSummary" : true,
"mapping" : [
{
"identity" : "rim",
"map" : "n/a"
},
{
"identity" : "v2",
"map" : "DR.2"
},
{
"identity" : "rim",
"map" : "./high"
},
{
"identity" : "BDT",
"map" : "8227"
}
]
}
]
},
"differential" : {
"element" : [
{
"id" : "Address",
"path" : "Address",
"short" : "Eine Adresse gemäà postalischer Konventionen",
"definition" : "Eine Adresse gemäà postalischer Konventionen (im Gegensatz zu bspw. GPS-Koordinaten). Die Adresse kann sowohl zur Zustellung von Postsendungen oder zum Aufsuchen von Orten, die keine gültige Postadresse haben, verwendet werden.\r\n\r\nDie verwendeten Extensions in diesem Profil bilden die Struktur der Adresse ab, wie sie im VSDM-Format der elektronischen Versichertenkarte verwendet wird.\r\n\r\nInsbesondere bei ausländischen Adresse oder Adressen, die nicht durch Einlesen einer elektronischen Versichertenkarte erfasst wurden, sind abweichende Strukturen möglich. Die Verwendung der Extensions ist nicht verpflichtend.",
"example" : [
{
"label" : "Beispiel für einfache Adresse",
"valueAddress" : {
"use" : "home",
"type" : "postal",
"line" : [
"Musterweg 42"
],
"city" : "Musterhausen",
"postalCode" : "99999"
}
}
],
"constraint" : [
{
"key" : "add-1",
"severity" : "error",
"human" : "Wenn die Extension 'Hausnummer' verwendet wird, muss auch Address.line gefüllt werden",
"expression" : "line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber').empty() or $this.hasValue())"
},
{
"key" : "add-2",
"severity" : "error",
"human" : "Wenn die Extension 'Strasse' verwendet wird, muss auch Address.line gefüllt werden",
"expression" : "line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName').empty() or $this.hasValue())"
},
{
"key" : "add-3",
"severity" : "error",
"human" : "Wenn die Extension 'Postfach' verwendet wird, muss auch Address.line gefüllt werden",
"expression" : "line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty() or $this.hasValue())"
},
{
"key" : "add-4",
"severity" : "warning",
"human" : "Eine Postfach-Adresse darf nicht vom Type \"physical\" oder \"both\" sein.",
"expression" : "line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty() or $this.hasValue()) or type='postal' or type.empty()"
},
{
"key" : "add-5",
"severity" : "error",
"human" : "Wenn die Extension 'Adresszusatz' verwendet wird, muss auch Address.line gefüllt werden",
"expression" : "line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator').empty() or $this.hasValue())"
},
{
"key" : "add-6",
"severity" : "warning",
"human" : "Wenn die Extension 'Postfach' verwendet wird, dürfen die Extensions 'Strasse' und 'Hausnummer' nicht verwendet werden",
"expression" : "line.all($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox').empty() or ($this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName').empty() and $this.extension('http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber').empty()))"
}
]
},
{
"id" : "Address.type",
"path" : "Address.type",
"condition" : [
"add-4"
],
"mapping" : [
{
"identity" : "BDT",
"map" : "1202 (1=physical, 2=postal)"
}
]
},
{
"id" : "Address.line",
"path" : "Address.line",
"short" : "StraÃenname mit Hausnummer oder Postfach sowie weitere Angaben zur Zustellung",
"definition" : "Diese Komponente kann StraÃennamen, Hausnummer, Appartmentnummer, Postfach, c/o sowie weitere Zustellungshinweise enthalten. Die Informationen können in mehrere line-Komponenten aufgeteilt werden.\r\nBei Verwendung der Extensions, um StraÃe, Hausnnummer und Postleitzahl strukturiert zu übermitteln, müssen diese Informationen stets vollständig auch in der line-Komponente, die sie erweitern, enthalten sein, um es Systemen, die diese Extensions nicht verwenden zu ermöglichen, auf diese Informationen zugreifen zu können.",
"example" : [
{
"label" : "Beipiel für Adresszeile mit Extensions für StraÃe und Hausnummer",
"valueString" : "Musterweg 42",
"_valueString" : {
"extension" : [
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName",
"valueString" : "Musterweg 42"
},
{
"url" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber",
"valueString" : "42"
}
]
}
}
],
"condition" : [
"add-1",
"add-2",
"add-3",
"add-4",
"add-5",
"add-6"
],
"mapping" : [
{
"identity" : "KVDT",
"map" : "3107 + 3109 + 3115 oder 3123"
},
{
"identity" : "BDT",
"map" : "3107 + 3109 + 3115 oder 3123"
}
]
},
{
"id" : "Address.line.extension",
"path" : "Address.line.extension",
"slicing" : {
"discriminator" : [
{
"type" : "value",
"path" : "url"
}
],
"rules" : "open"
}
},
{
"id" : "Address.line.extension:Strasse",
"path" : "Address.line.extension",
"sliceName" : "Strasse",
"short" : "Strassenname (ohne Hausnummer)",
"definition" : "Strassenname (ohne Hausnummer)\r\nBei Angabe einer Strasse in dieser Extension muss diese auch in Address.line angegeben werden um die Interoperabilität mit Systemen zu gewährleisten, die diese Extension nicht verwenden.",
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-streetName"
}
],
"condition" : [
"add-2",
"add-6"
],
"mapping" : [
{
"identity" : "KVDT",
"map" : "3107"
},
{
"identity" : "BDT",
"map" : "3107"
}
]
},
{
"id" : "Address.line.extension:Strasse.valueString:valueString",
"path" : "Address.line.extension.valueString",
"sliceName" : "valueString"
},
{
"id" : "Address.line.extension:Hausnummer",
"path" : "Address.line.extension",
"sliceName" : "Hausnummer",
"short" : "Hausnummer",
"definition" : "Hausnummer, sowie Zusätze (Appartmentnummer, Etage...)\r\nBei Angabe einer Hausnummer in dieser Extension muss diese auch in Address.line angegeben werden um die Interoperabilität mit Systemen zu gewährleisten, die diese Extension nicht verwenden.",
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-houseNumber"
}
],
"condition" : [
"add-1",
"add-6"
],
"mapping" : [
{
"identity" : "KVDT",
"map" : "3109"
},
{
"identity" : "BDT",
"map" : "3109"
}
]
},
{
"id" : "Address.line.extension:Hausnummer.valueString:valueString",
"path" : "Address.line.extension.valueString",
"sliceName" : "valueString"
},
{
"id" : "Address.line.extension:Adresszusatz",
"path" : "Address.line.extension",
"sliceName" : "Adresszusatz",
"short" : "Adresszusatz",
"definition" : "Zusätzliche Informationen, wie z.B. \"3. Etage\", \"Appartment C\"\r\nBei Angabe einer Zusatzinformation in dieser Extension muss diese auch in Address.line angegeben werden um die Interoperabilität mit Systemen zu gewährleisten, die diese Extension nicht verwenden.",
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-additionalLocator"
}
],
"condition" : [
"add-5"
],
"mapping" : [
{
"identity" : "KVDT",
"map" : "3115"
},
{
"identity" : "BDT",
"map" : "3115"
}
]
},
{
"id" : "Address.line.extension:Adresszusatz.valueString:valueString",
"path" : "Address.line.extension.valueString",
"sliceName" : "valueString"
},
{
"id" : "Address.line.extension:Postfach",
"path" : "Address.line.extension",
"sliceName" : "Postfach",
"short" : "Postfach",
"definition" : "Postfach-Adresse.\r\nBei Angabe eines Postfaches in dieser Extension muss das Postfach auch in Address.line angegeben werden um die Interoperabilität mit Systemen zu gewährleisten, die diese Extension nicht verwenden.\r\nEine Postfach-Adresse darf nicht in Verbindung mit Address.type \"physical\" oder \"both\" verwendet werden.",
"max" : "1",
"type" : [
{
"code" : "Extension",
"profile" : "http://hl7.org/fhir/StructureDefinition/iso21090-ADXP-postBox"
}
],
"condition" : [
"add-3",
"add-4",
"add-6"
],
"mapping" : [
{
"identity" : "KVDT",
"map" : "3123"
},
{
"identity" : "BDT",
"map" : "3123"
}
]
},
{
"id" : "Address.line.extension:Postfach.valueString:valueString",
"path" : "Address.line.extension.valueString",
"sliceName" : "valueString"
},
{
"id" : "Address.city",
"path" : "Address.city",
"mapping" : [
{
"identity" : "BDT",
"map" : "3113 oder 3122 (Postfach)"
},
{
"identity" : "KVDT",
"map" : "3113 oder 3122 (Postfach)"
}
]
},
{
"id" : "Address.district",
"path" : "Address.district",
"max" : "0"
},
{
"id" : "Address.state",
"path" : "Address.state",
"short" : "Bundesland",
"definition" : "Name (oder Kürzel) des Bundeslandes.",
"binding" : {
"strength" : "preferred",
"valueSetUri" : "http://fhir.de/ValueSet/iso/bundeslaender"
}
},
{
"id" : "Address.postalCode",
"path" : "Address.postalCode",
"short" : "Postleitzahl",
"definition" : "Postleitzahl gemäà der im jeweiligen Land gültigen Konventionen",
"mapping" : [
{
"identity" : "BDT",
"map" : "3112 oder 3121 (Postfach)"
},
{
"identity" : "KVDT",
"map" : "3112 oder 3121 (Postfach)"
}
]
},
{
"id" : "Address.country",
"path" : "Address.country",
"short" : "Staat",
"definition" : "Staat (vorzugsweise als 2-Stelliger ISO-Ländercode).\r\nEs obliegt abgeleiteten Profilen, hier die Verwendung der ISO-Ländercodes verbindlich vorzuschreiben",
"binding" : {
"strength" : "preferred",
"valueSetUri" : "http://hl7.org/fhir/ValueSet/jurisdiction"
},
"mapping" : [
{
"identity" : "BDT",
"map" : "3114 oder 3124 (Postfach), abweichendes CodeSystem"
},
{
"identity" : "KVDT",
"map" : "3114 oder 3124 (Postfach), abweichendes CodeSystem"
}
]
},
{
"id" : "Address.period.start",
"path" : "Address.period.start",
"mapping" : [
{
"identity" : "BDT",
"map" : "8226"
}
]
},
{
"id" : "Address.period.end",
"path" : "Address.period.end",
"mapping" : [
{
"identity" : "BDT",
"map" : "8227"
}
]
}
]
},
"text" : {
}
}
XIG built as of ??metadata-date??. Found ??metadata-resources?? resources in ??metadata-packages?? packages.